home *** CD-ROM | disk | FTP | other *** search
/ Professor Fernleaf from the Tropics / Professor Fernleaf from the Tropics.iso / pc / program / xtras / popup.x32 / TEXT / TEXT_FUNCTIONNAMES < prev    next >
Text File  |  1998-08-11  |  2KB  |  65 lines

  1. Popup Xtra castmember functions:
  2.  
  3. setMenu (member memberID, string menuText)
  4.    set the text of the menu definition
  5.  
  6. getMenu (member memberID)
  7.    get the text of the current menu
  8.  
  9. clearMenu (member memberID)
  10.    clear the entire menu definition
  11.  
  12. refreshMenu (member memberID)
  13.    refresh the menu definition based on the current setting for the menuField property
  14.  
  15. redraw(member memberID)
  16.    redraws the sprite on the stage which should be called whenever the palette changes
  17.  
  18. appendItem (member memberID, string menutext, string menuspec)
  19.    append a menu item to the menu definition
  20.  
  21. insertItem (member memberID, string menutext, string menuspec)
  22.    insert a menu item in the menu definition
  23.  
  24. deleteItem (member memberID, string menuspec)
  25.    delete a menu item from the menu
  26.  
  27. disableItem (member memberID, string menuspec)
  28.    disable a menu item in the menu definition
  29.  
  30. enableItem (member memberID, string menuspec)
  31.    enable a menu item in the menu definition
  32.  
  33. getItem (member memberID, string menuSpec)
  34.    get the menu item stored in a specific place in the menu definition
  35.  
  36. setItem (member memberID, string menuspec, string menuText)
  37.    set the menu item stored in a specific place in the menu definition
  38.  
  39. clearMarks (member memberID)
  40.    clear all marks stored for the selected menu items
  41.  
  42. setBackcolor (member memberID, indexValue or rgbValue)
  43.    set the background color of the menu and sprite
  44.  
  45. setForecolor (member memberID, indexValue or rgbValue)
  46.    set the foreground color of the menu and sprite
  47.  
  48. setItemMark (member memberID, string menuspec, integer markType)
  49.    set the item mark stored for the specified menu item
  50.  
  51. setItemStyle (member memberID, string menuspec, integer styleCode)  (Macintosh only)
  52.    set the style appearance of a specific menu item of the menu
  53.  
  54. getBackcolor (member memberID)
  55.    returns the indexed background color value
  56.  
  57. getForecolor (member memberID)
  58.    returns the indexed foreground color value
  59.  
  60. getItemMark (member memberID, string menuspec)
  61.    returns the item mark for the specified menu item
  62.  
  63. getItemStyle (member memberID, string menuspec)  (Macintosh only)
  64.    returns the style appearance of a specific menu item of the menu
  65.